NOTE: This Technical Q&A has been retired. Please see the Technical Q&As page for current documentation.

Technical Q&A QTMTB22
QuickTime File Audio Retrieval

Note:
(This Q&A has been superceded by QTMTB 30.)

Q How can I retrieve audio from QuickTime files in 1-second chunks? I need a sound equivalent of GetMoviePict.

A PutMovieIntoTypedHandle will take a movie or a single track from within the movie and convert it to a handle in memory of a specified type. This way you could take the sound track and convert it into a handle.

[May 01 1995]


Developer Documentation | Technical Notes | Development Kits | Sample Code